home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr47 / winasm10.zip / README.TXT < prev    next >
Text File  |  1995-01-26  |  2KB  |  41 lines

  1. Overview
  2.  
  3. WinAsm is a Windows Development Environment for Assembly Code development. It does not supply an Assembler, Linker, or Make utility. It requires that you (the User) supply these DOS based tools. This version has been tested with Borland Turbo Assembler 3.2 and 4.0. It has not been tested with Masm, but is designed to be configurable to Masm.
  4.  
  5. Installation:
  6.  
  7. 1) Create a subdirectory (such as c:\winasm10), and copy all WinAsm10 files into it.
  8.  
  9. 2) Add WinAsm10.exe to a program group.
  10.  
  11. 3) Start WinAsm10, and click on the Configure button. Configure as appropriate, and exit. This will create a WinAsm10.ini file in the Windows subdirectory. Exit WinAsm10.
  12.  
  13. 4) Start the PIF editor. It is included with Windows 3.1, and is usually in the Main program group.
  14.  
  15. 5) Open '_default.pif' from the Windows subdirectory. Modify to the following parameters:
  16.  
  17.     a) Windowed operation
  18.     b) Exclusive
  19.     c) EMS Kb Limit = 0
  20.     d) XMS Kb Limit = -1
  21.     e) Close Window on Exit checked/unchecked (user preference)
  22.  
  23. 6) The _default.pif file dictates how WinAsm10 executes the DOS Assembler, Linker, and Make utility. It will benefit the user if he/she understands the controls available within a PIF file.
  24.  
  25. 7) Make sure that the DOS Assembler, Linker, and Make utility are in the path.
  26.  
  27. FileList
  28.  
  29.     WinAsm10.exe        WinAsm v1.0 Executable
  30.     WinAsm10.hlp        WinAsm v1.0 Help file
  31.     Make.pif        pif file for the make utility
  32.     Readme.doc        this file - Word format
  33.     Readme.txt        this file - ASCII text
  34.     Header.txt        BBS header
  35.  
  36. Additional Notes
  37.  
  38. Version 1.0 DOES NOT support files larger than 32767 bytes. 
  39.  
  40. WinAsm is Copyrighted by Insomnia Software 1995
  41.